home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / menus / cygmnu11.zip / CYGMENU.DOC < prev    next >
Text File  |  1994-04-12  |  25KB  |  500 lines

  1.  
  2.  
  3.  
  4.                       Cygnus Technologies' CygMenu 1.1
  5.                                  April 1994
  6.                                       
  7.                                Copyright 1994
  8.  
  9.                                  John Weible
  10.                                   725 E 7th
  11.                            Pittsburg, Kansas 66762
  12.                       email: weible@mail.pittstate.edu
  13.  
  14.  
  15.  
  16.  
  17.                                 INTRODUCTION
  18.  
  19. CygMenu was designed as a simple interface for the public to select from
  20. a few programs and have the system run unattended.  It has fairly good
  21. security options, and does not use a great amount of memory.
  22.  
  23. Cygmenu does not currently support a mouse, nor a few other things some
  24. users will surely desire. 
  25.  
  26.  
  27.  
  28.                            REGISTRATION OF CYGMENU
  29.  
  30. This document applies only to CygMenu Version 1.1.  This software has been
  31. released as ShareWare.  ShareWare can be freely distributed to anyone, and
  32. used for a trial period.  If you continue to use the software longer than
  33. one month, or use it on more than one computer, it must be registered with
  34. the author.  See the file REGISTER.DOC for registration of your copy.
  35.  
  36. I'd appreciate hearing your thoughts on what you like and what you think
  37. should be improved (within reason).  Also let me know where you received
  38. the program.  Thanks.
  39.  
  40.  
  41.                             CONTACTING THE AUTHOR
  42.  
  43. The author may be reached via Internet e-mail at   
  44.       weible@mail.pittstate.edu
  45.  
  46.       or by Snail-Mail at      John Weible
  47.                                725 East 7th
  48.                                Pittsburg, KS 66762
  49.  
  50.  
  51.  
  52.                                 INSTALLATION
  53.  
  54. Installation of CygMenu is very simple.  Just copy the files that came
  55. with CygMenu into a directory on your disk.  For example create a
  56. directory on your C: drive called CYGMENU like this:
  57.  
  58. C:\>MD CYGMENU
  59.  
  60. Then copy the files from your floppy drive like this:
  61.  
  62. C:\>COPY A:*.* CYGMENU
  63.  
  64. Make sure that the directory you chose is either in your PATH, or that you
  65. create a batch file somewhere in your PATH that loads CygMenu.
  66.  
  67. If you intend to use CygMenu all the time, put a statement like the
  68. following (using whatever parameters you like) at the end of your
  69. AUTOEXEC.BAT file:
  70.  
  71. C:\CYGMENU\CYGMENU /M:yourmenu /NOEDIT /LOG /P:password
  72.  
  73.  
  74.  
  75.                                  LEGAL STUFF
  76.  
  77. The CygMenu software is provided as ShareWare.  All copyrights remain
  78. those of the author, but anyone is free to distribute the program in its
  79. original state, according to the following restrictions.
  80.  
  81. Any distribution of this software program must contain all of the original
  82. files, including this document.  No portion of this package may be
  83. distributed separately. The original program may not be modified in any
  84. way.
  85.  
  86. This software may not be bundled as a part of another software package,
  87. nor as part of a commercial product, without written permission from the
  88. author.
  89.  
  90. The author reserves the right to withdraw any distribution privileges from
  91. any person, group, or organization for any reason.
  92.  
  93.  
  94.  
  95.           GUIDELINES FOR SHAREWARE/FREEWARE DISTRIBUTION COMPANIES
  96.  
  97. Shareware and freeware distribution companies may distribute the archives
  98. under the additional conditions in this section.
  99.  
  100. You must notify the author that you are distributing the software and must
  101. provide complete information on how to contact you.
  102.  
  103. It must be clearly stated that this is shareware software which requires
  104. registration with the author after one month of use, despite having
  105. purchased the copy through your company.
  106.  
  107. This software may be included in shareware/freeware collections
  108. distributed on high-density media, such as CD-ROM and tape.
  109.  
  110.  
  111.  
  112.                   GUIDELINES FOR ON-LINE SERVICES AND BBS'S
  113.  
  114. On-line services and BBS's may distribute CygMenu under the following
  115. additional condition.
  116.  
  117. The on-line service or BBS may only charge standard usage rates for the
  118. downloading of this software. A premium may not be charged for access to
  119. this software.
  120.  
  121.                                                                            
  122.                                  DISCLAIMER
  123.  
  124. This software is provided as is without any warranty or guarantees. The
  125. author does not imply the fitness of the software for any particular
  126. purpose.  The author is not responsible for any damage or losses of any
  127. kind caused by the use or misuse of the software. The author is under no
  128. obligation to provide any services including, but not limited to upgrades,
  129. fixes, or enhancements to this software.
  130.  
  131.  
  132.  
  133.                               CYGMENU TUTORIAL
  134.  
  135. If you are new to CygMenu or have forgotten one of the parameters, then
  136. just  type CYGMENU <return>.  It will display
  137. a help screen like the following:
  138.  
  139.  
  140. C:\>cygmenu
  141.  
  142.                         Cygnus Technologies' CygMenu
  143.  
  144.          Ver. 1.0 2/21/94   Written by John Weible.  Copyright 1994
  145.  
  146. To get started, create a new menu with the '/setup' option.
  147.   e.g. CYGMENU /setup
  148.  
  149. To otherwise invoke the menu system, use the following options:
  150.  
  151.   /m:<menuname>    Specify which menu file to load.
  152.   /log or /nolog   Specify whether to log actions to CYGMENU.LOG
  153.   /edit or /noedit Allow or disallow any editing of the menu.
  154.   /esc             Allow user to exit CygMenu without using a password.
  155.   /p:<password>    Force user to use the specified password to exit.
  156.   /? or /help      Show this list of commands.
  157.  
  158. Default values are as follows:
  159.  
  160.   CygMenu /nolog /edit
  161.  
  162. also, specifying a password with /p: will change the default to /noedit.
  163.  
  164.  
  165.  
  166.  
  167.       To get started with CygMenu, you first need to create a new (blank)
  168. menu to work with.  To do this, run cygmenu with the '/setup'. (You only
  169. need to do this once for each new menu.)  The screen will look like the
  170. following shows.  Type in the name for your new menu file.  Since each
  171. menu is stored as a DOS file with the .CMN extension, you can only use up
  172. to 8 characters, which must be legal for DOS filenames.
  173.       Once you've entered a name, a box appears asking if you wish to save
  174. your changes.  You really haven't changed anything yet, other than
  175. creating the blank menu.  Just Press 'Y' to get on to better things.
  176.  
  177.       Alternately, you may get started by using the sample menu included
  178. with the program.  To use it type
  179.  
  180. C:\>CYGMENU /M:SAMPLE
  181.  
  182.  
  183. HINT:   If you have already created a menu and you wish to copy it or make
  184. one similar to it, just copy the appropriate .CMN file.  NOTE: All the
  185. menus you create are automagically put in the same directory where the
  186. program resides.
  187.  
  188.  
  189. C:\>cygmenu /setup
  190.                                                                            
  191.                                 CygMenu Setup
  192.  
  193. Enter the menu name: NEWMENU
  194.  
  195. Creating a new menu file....
  196.  
  197.  
  198.  
  199.  
  200.         +-----------------------------------------------------------+
  201.         |                                                           |      
  202.         |                                                           |      
  203.         | Changes have been made.  Do you wish to save them? (Y/N)  |      
  204.         |                                                           |      
  205.         |                                                           |
  206.         +-----------------------------------------------------------+
  207.  
  208.  
  209.  
  210.  
  211.       Now we would like to edit the new menu.  Run cygmenu once more,
  212. specifying the menu with the /m: option.
  213.  
  214.  
  215. C:\>cygmenu /m:newmenu
  216.  
  217.  
  218. +------------------------------------------------------------------------------+
  219. | 02/21/94                                                         04:53:18 PM |
  220. |                                                                              |
  221. |                                                                              |
  222. |                                                                              |
  223. |                                                                              |
  224. |                                                                              |
  225. |